'Declaration Public Default Property Item( _
ByVal indexИндекс.As System.Int32 _
) As T
public T this[
System.Int32 index
]{ get; set; }
Parameters
- index
- Индекс.
'Declaration Public Default Property Item( _
ByVal indexИндекс.As System.Int32 _
) As T
public T this[
System.Int32 index
]{ get; set; }
Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5